home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / BEERSRC.ZIP / XMS.ASH < prev    next >
Encoding:
Text File  |  1993-12-19  |  608 b   |  33 lines

  1.  
  2.  
  3.  
  4. ; top of file "xms.ash"
  5.  
  6.  
  7. IDEAL
  8.  
  9. GLOBAL C            initXMS             :NEAR
  10.  
  11. GLOBAL C            shutXMS             :NEAR
  12.  
  13. GLOBAL C            getfreeXMS          :NEAR
  14.  
  15. GLOBAL C            allocXMS            :NEAR
  16.  
  17. GLOBAL C            freeXMS             :NEAR
  18.  
  19. GLOBAL C            movememtoXMS        :NEAR
  20.  
  21. GLOBAL C            moveXMStomem        :NEAR
  22.  
  23. GLOBAL C            moveXMS             :NEAR
  24.  
  25. GLOBAL C            lockXMS             :NEAR
  26.  
  27. GLOBAL C            unlockXMS           :NEAR
  28.  
  29. GLOBAL C            getXMSsize          :NEAR
  30.  
  31. ; end of file "xms.ash"
  32.  
  33.